home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / mos_pegasos / gcc / gcc-2.95.4-3.txt < prev    next >
Text File  |  2004-08-03  |  2KB  |  82 lines

  1. GCC 2.95.4 (Based on Debian GCC 2.95.4.ds15-22)
  2. ================================================
  3.  
  4. This is port of recent Debian release of GCC 2.95.4 for MorphOS
  5. system. Please note that this is not official GCC release (Latest official
  6. one is 2.95.3) 
  7.  
  8. This work is higly based on previous GCC for MorphOS made by Emm/CISC/Zapek without
  9. they work this port will never exist. Big ThX for their great work !
  10.  
  11. If you are interested about changes made in this release just take a look at
  12. http://packages.qa.debian.org/gcc-2.95
  13.  
  14. Installation
  15. =============
  16.  
  17. 1) Easy way:
  18.  
  19. Copy gcc-2.95.4.tar.gz to gg: and execute install.sh. Generaly I have no devenv to
  20. test then I have no ideas is it works or not.
  21.  
  22. 2) Harder way:
  23.  
  24. I recomended to fully remove previous version of gcc compiler, to do this you
  25. need to delete following things:
  26.  
  27. gg:bin/
  28.  - c++filt
  29.  - cpp
  30.  - g++
  31.  - gcc
  32.  - gcov
  33.  - protoize
  34.  - unprotoize
  35.  
  36. gg:include/g++-3/*
  37.  
  38. gg:info
  39.  - gcc*
  40.  - cpp*
  41.  
  42. gg:lib/
  43.  - gcc-lib/ppc-morphos-/2.95.3/*
  44.  - libb32/*
  45.  - libiberty.a
  46.  - libstdc++.a
  47.  - libstdc++.a.2.10.0
  48.  
  49. gg:man/
  50.  - man1/cccp*
  51.  - man1/gcc*
  52.  - man1/g++*
  53.  
  54. gg:ppc-morphos/include/*
  55.  
  56. Now simple depack this archive to gg: directory and have fun. If you have
  57. any problem with installing it just contact with me.
  58.  
  59. You can also left gg:lib/ppc-morphos-/2.95.3/* and use both compilers (2.95.3 and 2.95.4)
  60. at the same time, but additionaly you need to move gg:lib/libb32/libstdc++.a.2.10.0 and 
  61. gg:lib/libstdc++.a.2.10.0  to gg:lib/ppc-morphos-/2.95.3/ (Do not forget to 
  62. adjust links to moved libraries)
  63.  
  64. History:
  65. =========
  66.  
  67. -1: Initial release
  68. -2: libgcc.a fixed and updated
  69. -3: experimental
  70.  
  71. Notes:
  72. =======
  73.  
  74. Please note that it's a unofficial compilation. Do not contact with Debian support or
  75. any MorphOS developer in case of any problems. You can try to send a mail to me and we
  76. will see what can be done.
  77.  
  78. Contact:
  79. =========
  80.  
  81. Marcin 'Morgoth' Kurek <morgoth6@box43.pl>
  82.